home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 April / april_2001.iso / intercd / root / Multimedia / Image / ^Icon_Edit / IconEdit.cab / ANI-H.IES < prev    next >
Encoding:
Text File  |  1998-08-04  |  642 b   |  34 lines

  1.  
  2. NAME: Horizontal animation
  3. PURPOSE: Move the current icon horizontally
  4. -------------------------------------------
  5.  
  6. Shift the icon one pixel to the right
  7.    KEY: {F9}
  8.    KEY: 6
  9.    KEY: %O
  10.  
  11. Create a new animation
  12.    KEY: %(AN)
  13.  
  14. Copy the current icon to the first frame of the animation
  15.    KEY: %(AO)
  16.  
  17. ----------
  18.  
  19. Shift the icon 31 times to create an animation with 32 frames
  20.    LOOP: 31
  21.       Shift the icon one pixel to the right
  22.          KEY: {F9}
  23.          KEY: 6
  24.          KEY: %O
  25.  
  26.       Insert the icon at the end of the animation
  27.          KEY: I
  28.          KEY: %E
  29.          KEY: %O
  30.    END LOOP
  31.  
  32. ----------
  33.  
  34.